[TOOLS] Remove a debug message which is spamming the logs during live
authorIan Campbell <ian.campbell@xensource.com>
Thu, 1 Feb 2007 10:21:42 +0000 (10:21 +0000)
committerIan Campbell <ian.campbell@xensource.com>
Thu, 1 Feb 2007 10:21:42 +0000 (10:21 +0000)
migration.

Signed-off-by: Ian Campbell <ian.campbell@xensource.com>
tools/libxc/xc_linux_save.c

index de1c605002c33f446c6e775d0364b4b5474bfa64..0d8f0459513c65a52120f96483642aa4827b1c99 100644 (file)
@@ -536,8 +536,6 @@ static int canonicalize_pagetable(unsigned long type, unsigned long pfn,
             if (!MFN_IS_IN_PSEUDOPHYS_MAP(mfn)) {
                 /* This will happen if the type info is stale which
                    is quite feasible under live migration */
-                DPRINTF("PT Race: [%08lx,%d] pte=%llx, mfn=%08lx\n",
-                        type, i, (unsigned long long)pte, mfn);
                 pfn  = 0;  /* zap it - we'll retransmit this page later */
                 race = 1;  /* inform the caller of race; fatal if !live */ 
             } else